3.5.43 \(\int x^{-1-n (-1+p)-q} (b x^n+a x^q)^p \, dx\) [443]

Optimal. Leaf size=84 \[ \frac {x^{n-n p-q} \left (1+\frac {b x^{n-q}}{a}\right )^{-p} \left (b x^n+a x^q\right )^p \, _2F_1\left (1-p,-p;2-p;-\frac {b x^{n-q}}{a}\right )}{(1-p) (n-q)} \]

[Out]

x^(-n*p+n-q)*(b*x^n+a*x^q)^p*hypergeom([-p, 1-p],[2-p],-b*x^(n-q)/a)/(1-p)/(n-q)/((1+b*x^(n-q)/a)^p)

________________________________________________________________________________________

Rubi [A]
time = 0.06, antiderivative size = 84, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 27, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {2057, 372, 371} \begin {gather*} \frac {x^{n (-p)+n-q} \left (\frac {b x^{n-q}}{a}+1\right )^{-p} \left (a x^q+b x^n\right )^p \, _2F_1\left (1-p,-p;2-p;-\frac {b x^{n-q}}{a}\right )}{(1-p) (n-q)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^(-1 - n*(-1 + p) - q)*(b*x^n + a*x^q)^p,x]

[Out]

(x^(n - n*p - q)*(b*x^n + a*x^q)^p*Hypergeometric2F1[1 - p, -p, 2 - p, -((b*x^(n - q))/a)])/((1 - p)*(n - q)*(
1 + (b*x^(n - q))/a)^p)

Rule 371

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*((c*x)^(m + 1)/(c*(m + 1)))*Hyperg
eometric2F1[-p, (m + 1)/n, (m + 1)/n + 1, (-b)*(x^n/a)], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 372

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[a^IntPart[p]*((a + b*x^n)^FracPart[p]/
(1 + b*(x^n/a))^FracPart[p]), Int[(c*x)^m*(1 + b*(x^n/a))^p, x], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[
p, 0] &&  !(ILtQ[p, 0] || GtQ[a, 0])

Rule 2057

Int[((c_.)*(x_))^(m_.)*((a_.)*(x_)^(j_.) + (b_.)*(x_)^(n_.))^(p_), x_Symbol] :> Dist[c^IntPart[m]*(c*x)^FracPa
rt[m]*((a*x^j + b*x^n)^FracPart[p]/(x^(FracPart[m] + j*FracPart[p])*(a + b*x^(n - j))^FracPart[p])), Int[x^(m
+ j*p)*(a + b*x^(n - j))^p, x], x] /; FreeQ[{a, b, c, j, m, n, p}, x] &&  !IntegerQ[p] && NeQ[n, j] && PosQ[n
- j]

Rubi steps

\begin {align*} \int x^{-1-n (-1+p)-q} \left (b x^n+a x^q\right )^p \, dx &=\left (x^{-p q} \left (a+b x^{n-q}\right )^{-p} \left (b x^n+a x^q\right )^p\right ) \int x^{-1-n (-1+p)-q+p q} \left (a+b x^{n-q}\right )^p \, dx\\ &=\left (x^{-p q} \left (1+\frac {b x^{n-q}}{a}\right )^{-p} \left (b x^n+a x^q\right )^p\right ) \int x^{-1-n (-1+p)-q+p q} \left (1+\frac {b x^{n-q}}{a}\right )^p \, dx\\ &=\frac {x^{n-n p-q} \left (1+\frac {b x^{n-q}}{a}\right )^{-p} \left (b x^n+a x^q\right )^p \, _2F_1\left (1-p,-p;2-p;-\frac {b x^{n-q}}{a}\right )}{(1-p) (n-q)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.12, size = 83, normalized size = 0.99 \begin {gather*} -\frac {x^{n-n p-q} \left (1+\frac {b x^{n-q}}{a}\right )^{-p} \left (b x^n+a x^q\right )^p \, _2F_1\left (1-p,-p;2-p;-\frac {b x^{n-q}}{a}\right )}{(-1+p) (n-q)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^(-1 - n*(-1 + p) - q)*(b*x^n + a*x^q)^p,x]

[Out]

-((x^(n - n*p - q)*(b*x^n + a*x^q)^p*Hypergeometric2F1[1 - p, -p, 2 - p, -((b*x^(n - q))/a)])/((-1 + p)*(n - q
)*(1 + (b*x^(n - q))/a)^p))

________________________________________________________________________________________

Maple [F]
time = 0.21, size = 0, normalized size = 0.00 \[\int x^{-1-n \left (-1+p \right )-q} \left (b \,x^{n}+a \,x^{q}\right )^{p}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(-1-n*(-1+p)-q)*(b*x^n+a*x^q)^p,x)

[Out]

int(x^(-1-n*(-1+p)-q)*(b*x^n+a*x^q)^p,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1-n*(-1+p)-q)*(b*x^n+a*x^q)^p,x, algorithm="maxima")

[Out]

integrate((b*x^n + a*x^q)^p*x^(-n*(p - 1) - q - 1), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1-n*(-1+p)-q)*(b*x^n+a*x^q)^p,x, algorithm="fricas")

[Out]

integral((b*x^n + a*x^q)^p*x^(-n*p + n - q - 1), x)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(-1-n*(-1+p)-q)*(b*x**n+a*x**q)**p,x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 6438 deep

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1-n*(-1+p)-q)*(b*x^n+a*x^q)^p,x, algorithm="giac")

[Out]

integrate((b*x^n + a*x^q)^p*x^(-n*(p - 1) - q - 1), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (b\,x^n+a\,x^q\right )}^p}{x^{q+n\,\left (p-1\right )+1}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^n + a*x^q)^p/x^(q + n*(p - 1) + 1),x)

[Out]

int((b*x^n + a*x^q)^p/x^(q + n*(p - 1) + 1), x)

________________________________________________________________________________________